home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / ping_ai.swf / scripts / frame_4 / PlaceObject2_37_13 / CLIPACTIONRECORD onClipEvent(mouseMove).as
Text File  |  2011-01-13  |  134b  |  8 lines

  1. onClipEvent(mouseMove){
  2.    if(this._parent.go == "yes")
  3.    {
  4.       _Y = this._parent._ymouse;
  5.       updateAfterEvent();
  6.    }
  7. }
  8.